Retrieve<T>(string) Method

Summary
Resolves an instance of the requested type with the given name from the container.
Syntax
C#
C++/CLI
public static T Retrieve<T>( 
   string name 
) 
public: 
static _T^_ Retrievegeneric<typename T> 
(  
   String^ name 
)  

Parameters

name
Name of the object to retrieve.

Type Parameters

T
Type of object to get from the container.

Return Value

The retrieved object.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.